sfdc-ux (LC)

(0 reviews)

Retrieve TicketNumber from ACUT

/troubleTicket/{id}

[GET]

To retrieve the ticket number from ACUT based on service number

When services have extension:

https://nonprod.esb.cloud.lla.com/test/sfdc-ux/sfdc-ux/v1/JM/troubleTicket/005dq000004DMjAAD?ticketType=123&channel.id=SALESFORCE123&channel.name=SALESFORCE&filter=$.relatedEntity[?((@.id=="56789")%26%26(@.name=="serviceNumber"))%26%26((@.id=="114")%26%26(@.name=="serviceNumberExtension"))]

When services don’t have extensions:

https://nonprod.esb.cloud.lla.com/test/sfdc-ux/sfdc-ux/v1/JM/troubleTicket/005dq000004DMjAAD?ticketType=123&channel.id=SALESFORCE123&channel.name=SALESFORCE&relatedEntity.id="56789"&relatedEntity.name="serviceNumber"

URI Params

NameTypeDescriptionRequired
businessIdString2 letter ISO 3166 country code (CO, HN, CR, DO, SV, GT, WHS etc.) identifying the business unit. Expected:JM,AI,AG,VG,KY,DM,GD,MS,KN,LC,VC,TCY
idStringSalesforce case idY

Headers

NameTypeDescriptionRequired
client_idstringThe client_id identifying the channel. Minimum characters: 5Y
client_secretstringPassword associated with the client_id. Minimum characters: 5Y
X-Correlation-IDstringIdentifier that correlates HTTP request between a client and server. Any identification model (UUDI, checksum, etc.) can be used, as long as it is a unique value to differentiate a transaction.Y

QueryParams

NameTypeDescriptionRequired
relatedEntity.namestringName of related entityN
relatedEntity.idstringUnique identifier of related entity. relatedEntity.id and relatedEntity.name should be passed when there is no extension for servicesN
ticketTypestringticket typeY
channel.idstringchannel idY
channel.namestringchannel nameY
filterstringAn attribute selector directive called “filter” MUST be used to specify the JSON Path expression.Eg: filter=$.relatedEntity[?((@.id=="56789")%26%26(@.name=="serviceNumber"))%26%26((@.id=="114")%26%26(@.name=="serviceNumberExtension"))], Should be in same way to pass when we have extensions for servicesN

Sample Response

{
  "id": "005dq000004DMjAAD",
  "externalId": "2025122203797963"
}

Reviews